Einhugur Xml Plugin for Xojo

EinhugurXml.TextHelper Class (console safe)

A helper class to help format data into Xml text nodes as well as to read data from it.

You never create instance directly of this class.

Object
   TextHelper

class EinhugurXml.TextHelper

Constructors

TextHelperPrivate constructor.

Properties

AsBooleanReads the Text node as Boolean.
AsDateTimeReads the Text node as DateTime.
AsDoubleReads the Text node as Double.
AsInt32Reads the Text node as Int32.
AsInt64Reads the Text node as Int64.
AsSingleReads the Text node as Single.
AsStringReads the Text node as String.
AsUInt32Reads the Text node as UInt32.
AsUInt64Reads the Text node as UInt64.
EmptyReturns true if the Text object is Empty and not valid.

Methods

SetSets Boolean value.
SetSets DateTime value.
SetSets Double value with no specific precision.
SetSets Double value with precision specifier.
SetSets Int32 value.
SetSets Int64 value.
SetSets Single value with no specific precision.
SetSets Single value with precision specifier.
SetSets String value.
SetSets UInt32 value.
SetSets UInt64 value.

Supported Platforms:

  • macOS Intel 64 bit
  • macOS Apple Silicon
  • Windows 32 bit
  • Windows 64 bit
  • Windows ARM 64 bit
  • Linux 32 bit
  • Linux 64 bit
  • Linux ARM 32 bit
  • Linux ARM 64 bit
  • iOS